/*20200328001*/
	html,
			body {
				position: relative;
				height: 100%;
			}
			
			body {
				font-size: 14px;
				color: #000;
				margin: 0;
				padding: 0;
			}
			
			.swiper-container {
				width: 100%;
				margin-top:102px;
			}
			
			.swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
			}
			
			.swiper-container .swiper-slide img {
				width: 100%;
				height: auto;				
			}
			

html,
			body {
				position: relative;
				height: 100%;
			}
			
			body {
				background: #fff;
				font-size: 14px;
				color: #000;
				margin: 0;
				padding: 0;
			}
			
			.news .swiper-container2 {
				overflow:hidden;
				width: 520px;
				height: 320px;
				position: absolute;
				margin-top: 0px;
				border-radius: 1px;
			}
			
			.swiper-container2 .swiper-slide {
				background-position: center;
				background-size: cover;
				position:relative;
				width: 520px;
				height: 320px;
			}
			.swiper-text{ width:100%; background:rgba(0,0,0,0.5);position:absolute;bottom:0px;left:0;}			
			.swiper-text a{ color:#fff; line-height:50px;}
			.swiper-text a:hover{ color:#B97800;}
			
			.swiper-pagination-bullet-active {
				    background: url(../img/yellow.png) no-repeat;
				    width: 40px !important;
				    height: 11px;
				    transition: width 0.5s ease-out;
			}
			/*.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	
			}*/
			.swiper-pagination-bullet {
			    /*width: 12px !important;
			    height: 12px !important;
			    display: inline-block;
			    border-radius: 100%;
			    background: #000;
			    opacity: .2;
			    margin-left: 20px;*/
			}
			
			.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
				    margin: 0 10px !important;
				}
				


  body {
		        font-size: 14px;
		        color:#000;
		        margin: 0;
		        padding: 0;
		    }
		    .swiper-container3 {
		        width: 67%;
			    height: 300px;
			    margin: 0 auto;
			    overflow-x: hidden;
		    }
		    .swiper-container3 .swiper-slide {
		        text-align: center;
		        font-size: 18px;
		        background: #fff;
		        
		        /* Center slide text vertically */
		        display: -webkit-box;
		        display: -ms-flexbox;
		        display: -webkit-flex;
		        display: flex;
		        -webkit-box-pack: center;
		        -ms-flex-pack: center;
		        -webkit-justify-content: center;
		        justify-content: center;
		        -webkit-box-align: center;
		        -ms-flex-align: center;
		        -webkit-align-items: center;
		        align-items: center;
		    }